home *** CD-ROM | disk | FTP | other *** search
/ Bible Heaven / Bible Heaven.iso / olkoran / windows.doc < prev   
Text File  |  1993-05-29  |  3KB  |  79 lines

  1. This procedure assumes you know more about Windows than how to
  2. spell the name. If you are a complete novice, get someone
  3. competent to set this up for you. DO NOT CALL US FOR HELP.
  4.  
  5. The Bible program and Windows set up:
  6.  
  7. Set up a .PIF file via the PIF Editor as follows (or use  file
  8. BIBLEF.PIF [for Full Screen] or BIBLEW.PIF [for Windowed] provided):
  9.  
  10. -  Program Filename:        C:\BIBLE\BIBLEW.BAT
  11. -  Window TITLE:            Online Bible
  12. -  KB Required:             128
  13. -  KB Desired:              640
  14. -  Display usage:           Full Screen (does not allow cut and paste)
  15.                               - or -
  16.                             Windowed (allows cut and paste)
  17. -  Close Window on Exit:    Yes
  18. -  Advanced Options:
  19.  
  20.      - Background Priority:  50
  21.      - Foreground Priority:  100
  22.      - Detected Idle Time:   Yes
  23.      - Video Memory:         Text
  24.      - Emulate Text Mode:    Yes
  25.      - Allow Fast Paste:     Yes
  26.  
  27.  
  28. The BIBLEW.BAT file should point to your start up command for the Online
  29. Bible. Add the .PIF file to the Program Manager as follows (via Program
  30. Managers FILE: NEW pull-down) :
  31.  
  32. -  Description:   Online Bible
  33. -  Command Line:  C:\BIBLE\BIBLEW.PIF
  34.                         - or -
  35.                   C:\BIBLE\BIBLEF.PIF
  36. -  Change Icon:   File Name: C:\BIBLE\BIBLE.ICO
  37.  
  38.  
  39. Files provided:
  40.  
  41. -  WINDOWS.DOC This document.
  42. -  BIBLEW.BAT  Sample .BAT file.
  43. -  BIBLE.ICO   Online Bible icon.
  44. -  BIBLEW.PIF  Sample Online Bible .PIF file (windowed version).
  45. -  BIBLEF.PIF  Sample Online Bible .PIF file (full screen version).
  46.  
  47. NOTE: This documentation assumes you installed the program on the
  48.       C:\BIBLE directory. If this is not the case, make the appropriate
  49.       changes to correspond to the directory where you installed the
  50.       program. BIBLEW.BAT, BIBLEW.PIF, and BIBLEF.PIF would have
  51.       to be changed.
  52.  
  53. BIBLEW.BAT
  54. ~~~~~~~~~~
  55. Listing of Batch File:
  56.  
  57.     rem
  58.     rem remove DIET TSR if you are not using data compression
  59.     rem
  60.     diet -z > nul
  61.     rem for scholar's pack
  62.     c:\bible\bible.exe d=c:\bible\scholar
  63.     diet -zr > nul
  64.     rem change "scholar" to "av" for AV version
  65.     rem change "scholar" to "av_niv" for AV_NIV version
  66.     rem change "scholar" to "av_rsv" for AV_RSV version
  67.     if errorlevel 1 pause
  68.  
  69. Alter this file to
  70.    a) remove DIET compression if not needed.
  71.    b) to reflect version installed e.g. AV, AV_RSV or AV_NIV etc.
  72.  
  73. Note the Greek and Hebrew packages can only run as full screen
  74. window applications.
  75.  
  76. The Windows support prepared by:
  77.  
  78.      John Van Bruwaene
  79.